Release 10.1A: OpenEdge Data Management:
SQL Reference


FLOOR

Returns the largest integer less than or equal to expression.

Syntax

FLOOR ( expression ) 

Example

This example illustrates the FLOOR function:

SELECT FLOOR (32.5) 'Floor' from sysprogress.syscalctable ; 

Note

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095